}
treeview entry {
+ &:focus {
+ &:dir(rtl), &:dir(ltr) { // specificity bump hack
+ background-color: $base_color;
+ transition-property: color, background;
+ }
+ }
+
&.flat, & {
border-radius: 0;
background-image: none;
treeview acceleditor > label {
background-color: #215d9c; }
+treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
+ background-color: #232729;
+ transition-property: color, background; }
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;
treeview acceleditor > label {
background-color: #4a90d9; }
+treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
+ background-color: #ffffff;
+ transition-property: color, background; }
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;